Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(g(x),s(0))  → f(g(x),g(x))
2:    g(s(x))  → s(g(x))
3:    g(0)  → 0
There are 2 dependency pairs:
4:    F(g(x),s(0))  → F(g(x),g(x))
5:    G(s(x))  → G(x)
The approximated dependency graph contains 2 SCCs: {4} and {5}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006